home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef PMEMainH
- #define PMEMainH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TPMEForm : public TForm
- {
- __published: // IDE-managed Components
- TMemo *Memo;
- TButton *Show;
- TButton *Hide;
- void __fastcall ButtonClick(TObject *Sender);
-
- private: // User declarations
- public: // User declarations
- __fastcall TPMEForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TPMEForm *PMEForm;
- //---------------------------------------------------------------------------
- #endif
-